home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8217 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: Starbase.NeoSoft.COM!rww
  2. From: rww@starbase.neosoft.com (Richard W. Walker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP, serial comms and RS232 etc.
  5. Date: 15 Feb 1996 20:26:32 GMT
  6. Organization: NeoSoft Internet Services   +1 713 968 5800
  7. Message-ID: <4g04to$rl5@uuneo.neosoft.com>
  8. References: <4fd1ct$kof@bignews.shef.ac.uk>
  9. NNTP-Posting-Host: starbase.neosoft.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Ez (E.V.Smith@shef.ac.uk) wrote:
  13. : It has become that I am going to have to communicate with a system using  
  14. : the serial port and to RS232 standards. I am only familiar'ish with the 
  15. : outport & inport commands and so am not sure if this the corrrect way 
  16. : of doing it.( sorry this is using Borland C++ v3.0 )
  17. : any comments on this appreciated as It's got me worried and Im on a 
  18. : deadline.
  19.  
  20. Ok, time for a little hard honesty from a "been there, done that."
  21.  
  22. Pick up phone.  Call "Programmers Paradise", order either Greenleaf
  23. comlib or comm++ 3.0.  They'll set you back about $300 or so.  Now,
  24. to be honest, you can't write acceptable, flexible communications
  25. routines in $300 worth of time.   After all, whats the point of
  26. writing yet another library of zmodem, xmodem, UART hacking, 
  27. network modem serving procedures, when someone else already has,
  28. and has made it available for a reasonable amount of money.
  29.  
  30. Now if your "going to have to communicate" is really just a curiosity
  31. that you want to mess with for the sake of doing it, then just ignore
  32. this advice. 
  33.  
  34.  
  35.  
  36.  
  37. : I am also after information on the topic of these sorts of communications
  38. : and C++ you know like a FAQ or some text files for reference or last 
  39. : resort a book,(as I'm a bit skint). so that I can get some good 
  40. : understanding of what I'm looking at and trying to do.
  41. : Thanks if you can help me and thanks for reading this anyway if you cant.
  42. : Replies via email would be appreciated but any will do.
  43. : Thanks again.
  44. : Eric. 
  45.  
  46. --
  47. "My sister tends to think the end justifies the means;
  48.     But then she gets so wrapped up in the means, she forgets
  49.     what the end was!"
  50.  
  51. - Kosuke Fujishima's "Oh my Goddess" [Japanese Manga]
  52.  
  53.